Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-39966 (GCVE-0-2025-39966)
Vulnerability from cvelistv5 – Published: 2025-10-15 07:55 – Updated: 2026-05-11 21:39| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
07838f7fd529c8a6de44b601d4b7057e6c8d36ed , < 17195a7d754a5c6a31888702ca93f6f08f3383ad
(git)
Affected: 07838f7fd529c8a6de44b601d4b7057e6c8d36ed , < e4825368285e33d6360c6c6a6a10d2d83da06e55 (git) Affected: 07838f7fd529c8a6de44b601d4b7057e6c8d36ed , < 4e034bf045b12852a24d5d33f2451850818ba0c1 (git) |
|
| Linux | Linux |
Affected:
6.11
Unaffected: 0 , < 6.11 (semver) Unaffected: 6.12.50 , ≤ 6.12.* (semver) Unaffected: 6.16.10 , ≤ 6.16.* (semver) Unaffected: 6.17 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/iommu/iommufd/eventq.c",
"drivers/iommu/iommufd/main.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "17195a7d754a5c6a31888702ca93f6f08f3383ad",
"status": "affected",
"version": "07838f7fd529c8a6de44b601d4b7057e6c8d36ed",
"versionType": "git"
},
{
"lessThan": "e4825368285e33d6360c6c6a6a10d2d83da06e55",
"status": "affected",
"version": "07838f7fd529c8a6de44b601d4b7057e6c8d36ed",
"versionType": "git"
},
{
"lessThan": "4e034bf045b12852a24d5d33f2451850818ba0c1",
"status": "affected",
"version": "07838f7fd529c8a6de44b601d4b7057e6c8d36ed",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/iommu/iommufd/eventq.c",
"drivers/iommu/iommufd/main.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.11"
},
{
"lessThan": "6.11",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.50",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.16.*",
"status": "unaffected",
"version": "6.16.10",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.17",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.50",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.16.10",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.17",
"versionStartIncluding": "6.11",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Fix race during abort for file descriptors\n\nfput() doesn\u0027t actually call file_operations release() synchronously, it\nputs the file on a work queue and it will be released eventually.\n\nThis is normally fine, except for iommufd the file and the iommufd_object\nare tied to gether. The file has the object as it\u0027s private_data and holds\na users refcount, while the object is expected to remain alive as long as\nthe file is.\n\nWhen the allocation of a new object aborts before installing the file it\nwill fput() the file and then go on to immediately kfree() the obj. This\ncauses a UAF once the workqueue completes the fput() and tries to\ndecrement the users refcount.\n\nFix this by putting the core code in charge of the file lifetime, and call\n__fput_sync() during abort to ensure that release() is called before\nkfree. __fput_sync() is a bit too tricky to open code in all the object\nimplementations. Instead the objects tell the core code where the file\npointer is and the core will take care of the life cycle.\n\nIf the object is successfully allocated then the file will hold a users\nrefcount and the iommufd_object cannot be destroyed.\n\nIt is worth noting that close(); ioctl(IOMMU_DESTROY); doesn\u0027t have an\nissue because close() is already using a synchronous version of fput().\n\nThe UAF looks like this:\n\n BUG: KASAN: slab-use-after-free in iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n Write of size 4 at addr ffff888059c97804 by task syz.0.46/6164\n\n CPU: 0 UID: 0 PID: 6164 Comm: syz.0.46 Not tainted syzkaller #0 PREEMPT(full)\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025\n Call Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:94 [inline]\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0xcd/0x630 mm/kasan/report.c:482\n kasan_report+0xe0/0x110 mm/kasan/report.c:595\n check_region_inline mm/kasan/generic.c:183 [inline]\n kasan_check_range+0x100/0x1b0 mm/kasan/generic.c:189\n instrument_atomic_read_write include/linux/instrumented.h:96 [inline]\n atomic_fetch_sub_release include/linux/atomic/atomic-instrumented.h:400 [inline]\n __refcount_dec include/linux/refcount.h:455 [inline]\n refcount_dec include/linux/refcount.h:476 [inline]\n iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n __fput+0x402/0xb70 fs/file_table.c:468\n task_work_run+0x14d/0x240 kernel/task_work.c:227\n resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]\n exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43\n exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]\n syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]\n syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]\n do_syscall_64+0x41c/0x4c0 arch/x86/entry/syscall_64.c:100\n entry_SYSCALL_64_after_hwframe+0x77/0x7f"
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:39:52.349Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/17195a7d754a5c6a31888702ca93f6f08f3383ad"
},
{
"url": "https://git.kernel.org/stable/c/e4825368285e33d6360c6c6a6a10d2d83da06e55"
},
{
"url": "https://git.kernel.org/stable/c/4e034bf045b12852a24d5d33f2451850818ba0c1"
}
],
"title": "iommufd: Fix race during abort for file descriptors",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-39966",
"datePublished": "2025-10-15T07:55:50.843Z",
"dateReserved": "2025-04-16T07:20:57.149Z",
"dateUpdated": "2026-05-11T21:39:52.349Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-39966",
"date": "2026-06-09",
"epss": "0.00011",
"percentile": "0.01401"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-39966\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-15T08:15:34.043\",\"lastModified\":\"2026-02-26T23:07:45.443\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\niommufd: Fix race during abort for file descriptors\\n\\nfput() doesn\u0027t actually call file_operations release() synchronously, it\\nputs the file on a work queue and it will be released eventually.\\n\\nThis is normally fine, except for iommufd the file and the iommufd_object\\nare tied to gether. The file has the object as it\u0027s private_data and holds\\na users refcount, while the object is expected to remain alive as long as\\nthe file is.\\n\\nWhen the allocation of a new object aborts before installing the file it\\nwill fput() the file and then go on to immediately kfree() the obj. This\\ncauses a UAF once the workqueue completes the fput() and tries to\\ndecrement the users refcount.\\n\\nFix this by putting the core code in charge of the file lifetime, and call\\n__fput_sync() during abort to ensure that release() is called before\\nkfree. __fput_sync() is a bit too tricky to open code in all the object\\nimplementations. Instead the objects tell the core code where the file\\npointer is and the core will take care of the life cycle.\\n\\nIf the object is successfully allocated then the file will hold a users\\nrefcount and the iommufd_object cannot be destroyed.\\n\\nIt is worth noting that close(); ioctl(IOMMU_DESTROY); doesn\u0027t have an\\nissue because close() is already using a synchronous version of fput().\\n\\nThe UAF looks like this:\\n\\n BUG: KASAN: slab-use-after-free in iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\\n Write of size 4 at addr ffff888059c97804 by task syz.0.46/6164\\n\\n CPU: 0 UID: 0 PID: 6164 Comm: syz.0.46 Not tainted syzkaller #0 PREEMPT(full)\\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025\\n Call Trace:\\n \u003cTASK\u003e\\n __dump_stack lib/dump_stack.c:94 [inline]\\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120\\n print_address_description mm/kasan/report.c:378 [inline]\\n print_report+0xcd/0x630 mm/kasan/report.c:482\\n kasan_report+0xe0/0x110 mm/kasan/report.c:595\\n check_region_inline mm/kasan/generic.c:183 [inline]\\n kasan_check_range+0x100/0x1b0 mm/kasan/generic.c:189\\n instrument_atomic_read_write include/linux/instrumented.h:96 [inline]\\n atomic_fetch_sub_release include/linux/atomic/atomic-instrumented.h:400 [inline]\\n __refcount_dec include/linux/refcount.h:455 [inline]\\n refcount_dec include/linux/refcount.h:476 [inline]\\n iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\\n __fput+0x402/0xb70 fs/file_table.c:468\\n task_work_run+0x14d/0x240 kernel/task_work.c:227\\n resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]\\n exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43\\n exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]\\n syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]\\n syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]\\n do_syscall_64+0x41c/0x4c0 arch/x86/entry/syscall_64.c:100\\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.11\",\"versionEndExcluding\":\"6.12.50\",\"matchCriteriaId\":\"7C1BAD98-3D2E-4A2F-ABC0-2E79F9AE0CC9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.16.10\",\"matchCriteriaId\":\"8AE7824F-9555-4B3E-B0F8-C9E279E8B81A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"327D22EF-390B-454C-BD31-2ED23C998A1C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"C730CD9A-D969-4A8E-9522-162AAF7C0EE9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"39982C4B-716E-4B2F-8196-FA301F47807D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"340BEEA9-D70D-4290-B502-FBB1032353B1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"47E4C5C0-079F-4838-971B-8C503D48FCC2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"5A4516A6-C12E-42A4-8C0E-68AEF3264504\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"3963C3A0-CEA1-4F5C-8011-3A593ABB684D\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/17195a7d754a5c6a31888702ca93f6f08f3383ad\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4e034bf045b12852a24d5d33f2451850818ba0c1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e4825368285e33d6360c6c6a6a10d2d83da06e55\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
alsa-2025:23241
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (CVE-2025-38499)
- kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)
- kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails (CVE-2025-40176)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-cross-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools-libs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-uki-virt-addons"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "libperf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rtla"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-611.16.1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system. \n\nSecurity Fix(es): \n\n * kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (CVE-2025-38499)\n * kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)\n * kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails (CVE-2025-40176)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2025:23241",
"modified": "2026-01-05T20:29:24Z",
"published": "2025-12-16T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2025:23241"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-38499"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39966"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-40176"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2387670"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2404107"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2414524"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2025-23241.html"
}
],
"related": [
"CVE-2025-38499",
"CVE-2025-39966",
"CVE-2025-40176"
],
"summary": "Important: kernel security update"
}
alsa-2026:0453
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() (CVE-2025-39806)
- kernel: audit: fix out-of-bounds read in audit_compare_dname_path() (CVE-2025-39840)
- kernel: mm: slub: avoid wake up kswapd in set_track_prepare (CVE-2025-39843)
- kernel: net: phylink: add lock for serializing concurrent pl->phydev writes with resolver (CVE-2025-39905)
- kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)
- kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails (CVE-2025-40176)
- kernel: sctp: avoid NULL dereference when chunk data buffer is missing (CVE-2025-40240)
- kernel: drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE (CVE-2025-40277)
- kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths (CVE-2025-68287)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-124.27.1.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-124.27.1.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system. \n\nSecurity Fix(es): \n\n * kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() (CVE-2025-39806)\n * kernel: audit: fix out-of-bounds read in audit_compare_dname_path() (CVE-2025-39840)\n * kernel: mm: slub: avoid wake up kswapd in set_track_prepare (CVE-2025-39843)\n * kernel: net: phylink: add lock for serializing concurrent pl-\u003ephydev writes with resolver (CVE-2025-39905)\n * kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)\n * kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails (CVE-2025-40176)\n * kernel: sctp: avoid NULL dereference when chunk data buffer is missing (CVE-2025-40240)\n * kernel: drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE (CVE-2025-40277)\n * kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths (CVE-2025-68287)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:0453",
"modified": "2026-01-16T15:26:36Z",
"published": "2026-01-12T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39806"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39840"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39843"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39905"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39966"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-40176"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-40240"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-40277"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-68287"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2395807"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2396936"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2396941"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2400611"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2404107"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2414524"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2418832"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2419954"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2422788"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-0453.html"
}
],
"related": [
"CVE-2025-39806",
"CVE-2025-39840",
"CVE-2025-39843",
"CVE-2025-39905",
"CVE-2025-39966",
"CVE-2025-40176",
"CVE-2025-40240",
"CVE-2025-40277",
"CVE-2025-68287"
],
"summary": "Important: kernel security update"
}
CERTFR-2025-AVI-1105
Vulnerability from certfr_avis - Published: 2025-12-12 - Updated: 2025-12-12
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for x86_64 - Extended Life Cycle Support 7 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for x86_64 - Extended Life Cycle Support 7 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39979"
},
{
"name": "CVE-2025-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39983"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2022-50386",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50386"
},
{
"name": "CVE-2025-40058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40058"
},
{
"name": "CVE-2022-50341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50341"
},
{
"name": "CVE-2023-53305",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53305"
},
{
"name": "CVE-2025-40047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40047"
},
{
"name": "CVE-2025-39981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39981"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2022-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3640"
},
{
"name": "CVE-2022-50408",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50408"
},
{
"name": "CVE-2025-40185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40185"
},
{
"name": "CVE-2025-39982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39982"
},
{
"name": "CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2023-53365",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53365"
},
{
"name": "CVE-2023-52610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52610"
},
{
"name": "CVE-2025-38737",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38737"
},
{
"name": "CVE-2025-39966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39966"
},
{
"name": "CVE-2025-39841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39841"
},
{
"name": "CVE-2022-50543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50543"
}
],
"initial_release_date": "2025-12-12T00:00:00",
"last_revision_date": "2025-12-12T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1105",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-12T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22854",
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"published_at": "2025-12-10",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22997",
"url": "https://access.redhat.com/errata/RHSA-2025:22997"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22802",
"url": "https://access.redhat.com/errata/RHSA-2025:22802"
},
{
"published_at": "2025-12-10",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23009",
"url": "https://access.redhat.com/errata/RHSA-2025:23009"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22910",
"url": "https://access.redhat.com/errata/RHSA-2025:22910"
},
{
"published_at": "2025-12-10",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22995",
"url": "https://access.redhat.com/errata/RHSA-2025:22995"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22914",
"url": "https://access.redhat.com/errata/RHSA-2025:22914"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22800",
"url": "https://access.redhat.com/errata/RHSA-2025:22800"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:22801",
"url": "https://access.redhat.com/errata/RHSA-2025:22801"
}
]
}
CERTFR-2025-AVI-1132
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-50356",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50356"
},
{
"name": "CVE-2022-50367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50367"
},
{
"name": "CVE-2023-53393",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53393"
},
{
"name": "CVE-2025-39757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39757"
},
{
"name": "CVE-2024-46679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46679"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2022-48701",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48701"
},
{
"name": "CVE-2022-50386",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50386"
},
{
"name": "CVE-2023-53354",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53354"
},
{
"name": "CVE-2025-40186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40186"
},
{
"name": "CVE-2025-39864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39864"
},
{
"name": "CVE-2023-53305",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53305"
},
{
"name": "CVE-2025-38724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38724"
},
{
"name": "CVE-2025-38499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38499"
},
{
"name": "CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"name": "CVE-2023-53322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53322"
},
{
"name": "CVE-2023-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53178"
},
{
"name": "CVE-2025-38729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38729"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2022-50408",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50408"
},
{
"name": "CVE-2025-39697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39697"
},
{
"name": "CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2023-53373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53373"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2023-53365",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53365"
},
{
"name": "CVE-2023-53680",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53680"
},
{
"name": "CVE-2022-50403",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50403"
},
{
"name": "CVE-2023-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53226"
},
{
"name": "CVE-2025-39817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39817"
},
{
"name": "CVE-2023-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53213"
},
{
"name": "CVE-2025-39984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39984"
},
{
"name": "CVE-2023-53297",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53297"
},
{
"name": "CVE-2023-53513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53513"
},
{
"name": "CVE-2025-39966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39966"
},
{
"name": "CVE-2022-50410",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50410"
},
{
"name": "CVE-2025-39841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39841"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1132",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23427",
"url": "https://access.redhat.com/errata/RHSA-2025:23427"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23423",
"url": "https://access.redhat.com/errata/RHSA-2025:23423"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23426",
"url": "https://access.redhat.com/errata/RHSA-2025:23426"
},
{
"published_at": "2025-12-16",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23279",
"url": "https://access.redhat.com/errata/RHSA-2025:23279"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23450",
"url": "https://access.redhat.com/errata/RHSA-2025:23450"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23424",
"url": "https://access.redhat.com/errata/RHSA-2025:23424"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23445",
"url": "https://access.redhat.com/errata/RHSA-2025:23445"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23250",
"url": "https://access.redhat.com/errata/RHSA-2025:23250"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:23422",
"url": "https://access.redhat.com/errata/RHSA-2025:23422"
}
]
}
CERTFR-2026-AVI-0056
Vulnerability from certfr_avis - Published: 2026-01-16 - Updated: 2026-01-16
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, un contournement de la politique de sécurité et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - TUS 8.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server - TUS 8.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server - AUS 8.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat Enterprise Linux for Power, little endian 8 ppc64le |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.4 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.2 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.4 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39983"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"name": "CVE-2025-40240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40240"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2023-52638",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52638"
},
{
"name": "CVE-2024-35868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35868"
},
{
"name": "CVE-2025-39843",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39843"
},
{
"name": "CVE-2022-50447",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50447"
},
{
"name": "CVE-2025-39898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39898"
},
{
"name": "CVE-2025-38724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38724"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-39981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39981"
},
{
"name": "CVE-2023-53705",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53705"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2025-40176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40176"
},
{
"name": "CVE-2023-53322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53322"
},
{
"name": "CVE-2025-39840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39840"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2023-53675",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53675"
},
{
"name": "CVE-2025-39982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39982"
},
{
"name": "CVE-2025-39993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39993"
},
{
"name": "CVE-2025-39971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39971"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-39806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39806"
},
{
"name": "CVE-2023-53680",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53680"
},
{
"name": "CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"name": "CVE-2025-39817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39817"
},
{
"name": "CVE-2023-53581",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53581"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2023-53513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53513"
},
{
"name": "CVE-2025-40141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40141"
},
{
"name": "CVE-2025-39966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39966"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2022-50543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50543"
}
],
"initial_release_date": "2026-01-16T00:00:00",
"last_revision_date": "2026-01-16T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0056",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-01-16T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, un contournement de la politique de s\u00e9curit\u00e9 et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2026-01-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0453",
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"published_at": "2026-01-14",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0576",
"url": "https://access.redhat.com/errata/RHSA-2026:0576"
},
{
"published_at": "2026-01-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0444",
"url": "https://access.redhat.com/errata/RHSA-2026:0444"
},
{
"published_at": "2026-01-13",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0489",
"url": "https://access.redhat.com/errata/RHSA-2026:0489"
},
{
"published_at": "2026-01-14",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0537",
"url": "https://access.redhat.com/errata/RHSA-2026:0537"
},
{
"published_at": "2026-01-14",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0536",
"url": "https://access.redhat.com/errata/RHSA-2026:0536"
},
{
"published_at": "2026-01-14",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0532",
"url": "https://access.redhat.com/errata/RHSA-2026:0532"
},
{
"published_at": "2026-01-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0457",
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"published_at": "2026-01-14",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0534",
"url": "https://access.redhat.com/errata/RHSA-2026:0534"
},
{
"published_at": "2026-01-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0445",
"url": "https://access.redhat.com/errata/RHSA-2026:0445"
},
{
"published_at": "2026-01-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0443",
"url": "https://access.redhat.com/errata/RHSA-2026:0443"
},
{
"published_at": "2026-01-15",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0643",
"url": "https://access.redhat.com/errata/RHSA-2026:0643"
},
{
"published_at": "2026-01-14",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:0533",
"url": "https://access.redhat.com/errata/RHSA-2026:0533"
}
]
}
FKIE_CVE-2025-39966
Vulnerability from fkie_nvd - Published: 2025-10-15 08:15 - Updated: 2026-02-26 23:07| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/17195a7d754a5c6a31888702ca93f6f08f3383ad | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/4e034bf045b12852a24d5d33f2451850818ba0c1 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/e4825368285e33d6360c6c6a6a10d2d83da06e55 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "7C1BAD98-3D2E-4A2F-ABC0-2E79F9AE0CC9",
"versionEndExcluding": "6.12.50",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "8AE7824F-9555-4B3E-B0F8-C9E279E8B81A",
"versionEndExcluding": "6.16.10",
"versionStartIncluding": "6.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*",
"matchCriteriaId": "327D22EF-390B-454C-BD31-2ED23C998A1C",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*",
"matchCriteriaId": "C730CD9A-D969-4A8E-9522-162AAF7C0EE9",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*",
"matchCriteriaId": "39982C4B-716E-4B2F-8196-FA301F47807D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*",
"matchCriteriaId": "340BEEA9-D70D-4290-B502-FBB1032353B1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*",
"matchCriteriaId": "47E4C5C0-079F-4838-971B-8C503D48FCC2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*",
"matchCriteriaId": "5A4516A6-C12E-42A4-8C0E-68AEF3264504",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*",
"matchCriteriaId": "3963C3A0-CEA1-4F5C-8011-3A593ABB684D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Fix race during abort for file descriptors\n\nfput() doesn\u0027t actually call file_operations release() synchronously, it\nputs the file on a work queue and it will be released eventually.\n\nThis is normally fine, except for iommufd the file and the iommufd_object\nare tied to gether. The file has the object as it\u0027s private_data and holds\na users refcount, while the object is expected to remain alive as long as\nthe file is.\n\nWhen the allocation of a new object aborts before installing the file it\nwill fput() the file and then go on to immediately kfree() the obj. This\ncauses a UAF once the workqueue completes the fput() and tries to\ndecrement the users refcount.\n\nFix this by putting the core code in charge of the file lifetime, and call\n__fput_sync() during abort to ensure that release() is called before\nkfree. __fput_sync() is a bit too tricky to open code in all the object\nimplementations. Instead the objects tell the core code where the file\npointer is and the core will take care of the life cycle.\n\nIf the object is successfully allocated then the file will hold a users\nrefcount and the iommufd_object cannot be destroyed.\n\nIt is worth noting that close(); ioctl(IOMMU_DESTROY); doesn\u0027t have an\nissue because close() is already using a synchronous version of fput().\n\nThe UAF looks like this:\n\n BUG: KASAN: slab-use-after-free in iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n Write of size 4 at addr ffff888059c97804 by task syz.0.46/6164\n\n CPU: 0 UID: 0 PID: 6164 Comm: syz.0.46 Not tainted syzkaller #0 PREEMPT(full)\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025\n Call Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:94 [inline]\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0xcd/0x630 mm/kasan/report.c:482\n kasan_report+0xe0/0x110 mm/kasan/report.c:595\n check_region_inline mm/kasan/generic.c:183 [inline]\n kasan_check_range+0x100/0x1b0 mm/kasan/generic.c:189\n instrument_atomic_read_write include/linux/instrumented.h:96 [inline]\n atomic_fetch_sub_release include/linux/atomic/atomic-instrumented.h:400 [inline]\n __refcount_dec include/linux/refcount.h:455 [inline]\n refcount_dec include/linux/refcount.h:476 [inline]\n iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n __fput+0x402/0xb70 fs/file_table.c:468\n task_work_run+0x14d/0x240 kernel/task_work.c:227\n resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]\n exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43\n exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]\n syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]\n syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]\n do_syscall_64+0x41c/0x4c0 arch/x86/entry/syscall_64.c:100\n entry_SYSCALL_64_after_hwframe+0x77/0x7f"
}
],
"id": "CVE-2025-39966",
"lastModified": "2026-02-26T23:07:45.443",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2025-10-15T08:15:34.043",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/17195a7d754a5c6a31888702ca93f6f08f3383ad"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/4e034bf045b12852a24d5d33f2451850818ba0c1"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/e4825368285e33d6360c6c6a6a10d2d83da06e55"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-362"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-JRGC-8XMV-4R2M
Vulnerability from github – Published: 2025-10-15 09:30 – Updated: 2026-02-03 15:30In the Linux kernel, the following vulnerability has been resolved:
iommufd: Fix race during abort for file descriptors
fput() doesn't actually call file_operations release() synchronously, it puts the file on a work queue and it will be released eventually.
This is normally fine, except for iommufd the file and the iommufd_object are tied to gether. The file has the object as it's private_data and holds a users refcount, while the object is expected to remain alive as long as the file is.
When the allocation of a new object aborts before installing the file it will fput() the file and then go on to immediately kfree() the obj. This causes a UAF once the workqueue completes the fput() and tries to decrement the users refcount.
Fix this by putting the core code in charge of the file lifetime, and call __fput_sync() during abort to ensure that release() is called before kfree. __fput_sync() is a bit too tricky to open code in all the object implementations. Instead the objects tell the core code where the file pointer is and the core will take care of the life cycle.
If the object is successfully allocated then the file will hold a users refcount and the iommufd_object cannot be destroyed.
It is worth noting that close(); ioctl(IOMMU_DESTROY); doesn't have an issue because close() is already using a synchronous version of fput().
The UAF looks like this:
BUG: KASAN: slab-use-after-free in iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376
Write of size 4 at addr ffff888059c97804 by task syz.0.46/6164
CPU: 0 UID: 0 PID: 6164 Comm: syz.0.46 Not tainted syzkaller #0 PREEMPT(full)
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025
Call Trace:
<TASK>
__dump_stack lib/dump_stack.c:94 [inline]
dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120
print_address_description mm/kasan/report.c:378 [inline]
print_report+0xcd/0x630 mm/kasan/report.c:482
kasan_report+0xe0/0x110 mm/kasan/report.c:595
check_region_inline mm/kasan/generic.c:183 [inline]
kasan_check_range+0x100/0x1b0 mm/kasan/generic.c:189
instrument_atomic_read_write include/linux/instrumented.h:96 [inline]
atomic_fetch_sub_release include/linux/atomic/atomic-instrumented.h:400 [inline]
__refcount_dec include/linux/refcount.h:455 [inline]
refcount_dec include/linux/refcount.h:476 [inline]
iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376
__fput+0x402/0xb70 fs/file_table.c:468
task_work_run+0x14d/0x240 kernel/task_work.c:227
resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]
exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43
exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]
syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]
syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]
do_syscall_64+0x41c/0x4c0 arch/x86/entry/syscall_64.c:100
entry_SYSCALL_64_after_hwframe+0x77/0x7f
{
"affected": [],
"aliases": [
"CVE-2025-39966"
],
"database_specific": {
"cwe_ids": [
"CWE-362"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-10-15T08:15:34Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Fix race during abort for file descriptors\n\nfput() doesn\u0027t actually call file_operations release() synchronously, it\nputs the file on a work queue and it will be released eventually.\n\nThis is normally fine, except for iommufd the file and the iommufd_object\nare tied to gether. The file has the object as it\u0027s private_data and holds\na users refcount, while the object is expected to remain alive as long as\nthe file is.\n\nWhen the allocation of a new object aborts before installing the file it\nwill fput() the file and then go on to immediately kfree() the obj. This\ncauses a UAF once the workqueue completes the fput() and tries to\ndecrement the users refcount.\n\nFix this by putting the core code in charge of the file lifetime, and call\n__fput_sync() during abort to ensure that release() is called before\nkfree. __fput_sync() is a bit too tricky to open code in all the object\nimplementations. Instead the objects tell the core code where the file\npointer is and the core will take care of the life cycle.\n\nIf the object is successfully allocated then the file will hold a users\nrefcount and the iommufd_object cannot be destroyed.\n\nIt is worth noting that close(); ioctl(IOMMU_DESTROY); doesn\u0027t have an\nissue because close() is already using a synchronous version of fput().\n\nThe UAF looks like this:\n\n BUG: KASAN: slab-use-after-free in iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n Write of size 4 at addr ffff888059c97804 by task syz.0.46/6164\n\n CPU: 0 UID: 0 PID: 6164 Comm: syz.0.46 Not tainted syzkaller #0 PREEMPT(full)\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025\n Call Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:94 [inline]\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0xcd/0x630 mm/kasan/report.c:482\n kasan_report+0xe0/0x110 mm/kasan/report.c:595\n check_region_inline mm/kasan/generic.c:183 [inline]\n kasan_check_range+0x100/0x1b0 mm/kasan/generic.c:189\n instrument_atomic_read_write include/linux/instrumented.h:96 [inline]\n atomic_fetch_sub_release include/linux/atomic/atomic-instrumented.h:400 [inline]\n __refcount_dec include/linux/refcount.h:455 [inline]\n refcount_dec include/linux/refcount.h:476 [inline]\n iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n __fput+0x402/0xb70 fs/file_table.c:468\n task_work_run+0x14d/0x240 kernel/task_work.c:227\n resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]\n exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43\n exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]\n syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]\n syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]\n do_syscall_64+0x41c/0x4c0 arch/x86/entry/syscall_64.c:100\n entry_SYSCALL_64_after_hwframe+0x77/0x7f",
"id": "GHSA-jrgc-8xmv-4r2m",
"modified": "2026-02-03T15:30:20Z",
"published": "2025-10-15T09:30:16Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/17195a7d754a5c6a31888702ca93f6f08f3383ad"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/4e034bf045b12852a24d5d33f2451850818ba0c1"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e4825368285e33d6360c6c6a6a10d2d83da06e55"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2025:22802
Vulnerability from csaf_redhat - Published: 2025-12-09 07:41 - Updated: 2026-03-18 03:12A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2025:22802 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404107 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-39966 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404107 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-39966 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-39966 | external |
| https://lore.kernel.org/linux-cve-announce/202510… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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* kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2025:22802",
"url": "https://access.redhat.com/errata/RHSA-2025:22802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22802.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-03-18T03:12:35+00:00",
"generator": {
"date": "2026-03-18T03:12:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:22802",
"initial_release_date": "2025-12-09T07:41:49+00:00",
"revision_history": [
{
"date": "2025-12-09T07:41:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-09T07:41:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:12:35+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 AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::realtime"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::nfv"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.72.1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_id": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.72.1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.72.1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"product": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"product_id": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.72.1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"product_id": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-570.72.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-570.72.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.72.1.el9_6.src",
"product": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.src",
"product_id": "kernel-0:5.14.0-570.72.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.72.1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.src",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.src as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.src",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.src as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.src",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.s390x",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.72.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.72.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-39966",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404107"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iommufd: Fix race during abort for file descriptors",
"title": "Vulnerability summary"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39966"
},
{
"category": "external",
"summary": "RHBZ#2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39966"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T07:41:49+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": [
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"AppStream-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"CRB-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"NFV-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"NFV-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.src",
"RT-9.6.0.Z.EUS:kernel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.72.1.el9_6.noarch",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rtla-0:5.14.0-570.72.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.ppc64le",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.s390x",
"RT-9.6.0.Z.EUS:rv-0:5.14.0-570.72.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iommufd: Fix race during abort for file descriptors"
}
]
}
RHSA-2025:23241
Vulnerability from csaf_redhat - Published: 2025-12-17 11:51 - Updated: 2026-03-18 03:13A vulnerability was found in clone_private_mount in fs/namespace.c in filesystem subsystem in the Linux Kernel.This flaw could allow a local attacker to crash the system or leak kernel internal information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in tls_decrypt_sg in net/tls/tls_sw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2025:23241 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2387670 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404107 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2414524 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-38499 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2387670 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-38499 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-38499 | external |
| https://lore.kernel.org/linux-cve-announce/202508… | external |
| https://access.redhat.com/security/cve/CVE-2025-39966 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404107 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-39966 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-39966 | external |
| https://lore.kernel.org/linux-cve-announce/202510… | external |
| https://access.redhat.com/security/cve/CVE-2025-40176 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2414524 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-40176 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-40176 | external |
| https://lore.kernel.org/linux-cve-announce/202511… | external |
{
"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 9.\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* kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (CVE-2025-38499)\n\n* kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)\n\n* kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails (CVE-2025-40176)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2025:23241",
"url": "https://access.redhat.com/errata/RHSA-2025:23241"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2387670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387670"
},
{
"category": "external",
"summary": "2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "external",
"summary": "2414524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414524"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23241.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-03-18T03:13:26+00:00",
"generator": {
"date": "2026-03-18T03:13:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23241",
"initial_release_date": "2025-12-17T11:51:32+00:00",
"revision_history": [
{
"date": "2025-12-17T11:51:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T11:51:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:13:26+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 AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-611.16.1.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"product": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"product_id": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.16.1.el9_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_id": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.16.1.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-611.16.1.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"product_id": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-611.16.1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-611.16.1.el9_7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.16.1.el9_7.src",
"product": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.src",
"product_id": "kernel-0:5.14.0-611.16.1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.16.1.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.src",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.src",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.src",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.src as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.src",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.s390x as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.s390x",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.16.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
},
"product_reference": "rv-0:5.14.0-611.16.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-38499",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-08-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387670"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in clone_private_mount in fs/namespace.c in filesystem subsystem in the Linux Kernel.This flaw could allow a local attacker to crash the system or leak kernel internal information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "clone_private_mount() lacked a ns_capable(..., CAP_SYS_ADMIN) check for the user namespace that owns the target mount namespace. A local attacker in a user/mount namespace could privately clone a mount and expose content hidden by mounts they are not allowed to undo, effectively bypassing mount policy (confidentiality impact and sometimes integrity too).",
"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": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38499"
},
{
"category": "external",
"summary": "RHBZ#2387670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387670"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38499"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081112-CVE-2025-38499-4572@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081112-CVE-2025-38499-4572@gregkh/T"
}
],
"release_date": "2025-08-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T11:51:32+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": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23241"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns"
},
{
"cve": "CVE-2025-39966",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404107"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iommufd: Fix race during abort for file descriptors",
"title": "Vulnerability summary"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39966"
},
{
"category": "external",
"summary": "RHBZ#2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39966"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T11:51:32+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": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23241"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iommufd: Fix race during abort for file descriptors"
},
{
"cve": "CVE-2025-40176",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414524"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in tls_decrypt_sg in net/tls/tls_sw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails",
"title": "Vulnerability summary"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40176"
},
{
"category": "external",
"summary": "RHBZ#2414524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414524"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40176"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025111255-CVE-2025-40176-f2e3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025111255-CVE-2025-40176-f2e3@gregkh/T"
}
],
"release_date": "2025-11-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T11:51:32+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": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23241"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"CRB-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"NFV-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"NFV-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.src",
"RT-9.7.0.Z.MAIN:kernel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.16.1.el9_7.noarch",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rtla-0:5.14.0-611.16.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.ppc64le",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.s390x",
"RT-9.7.0.Z.MAIN:rv-0:5.14.0-611.16.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails"
}
]
}
RHSA-2025:23250
Vulnerability from csaf_redhat - Published: 2025-12-17 05:39 - Updated: 2026-03-18 03:13A vulnerability was found in clone_private_mount in fs/namespace.c in filesystem subsystem in the Linux Kernel.This flaw could allow a local attacker to crash the system or leak kernel internal information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in tun_get_user in drivers/net/tun.c in network TUNnel module in Linux kernel. This flaw could allow an attacker to crash the system at device disconnect. This vulnerability could even lead to a kernel information leak problem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2025:23250 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2387670 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404107 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404111 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-38499 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2387670 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-38499 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-38499 | external |
| https://lore.kernel.org/linux-cve-announce/202508… | external |
| https://access.redhat.com/security/cve/CVE-2025-39966 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404107 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-39966 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-39966 | external |
| https://lore.kernel.org/linux-cve-announce/202510… | external |
| https://access.redhat.com/security/cve/CVE-2025-39984 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2404111 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-39984 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-39984 | external |
| https://lore.kernel.org/linux-cve-announce/202510… | external |
{
"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 10.0 Extended Update Support.\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* kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (CVE-2025-38499)\n\n* kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)\n\n* kernel: net: tun: Update napi-\u003eskb after XDP process (CVE-2025-39984)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2025:23250",
"url": "https://access.redhat.com/errata/RHSA-2025:23250"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2387670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387670"
},
{
"category": "external",
"summary": "2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "external",
"summary": "2404111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23250.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-03-18T03:13:27+00:00",
"generator": {
"date": "2026-03-18T03:13:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23250",
"initial_release_date": "2025-12-17T05:39:46+00:00",
"revision_history": [
{
"date": "2025-12-17T05:39:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T05:39:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:13:27+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 AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.50.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_id": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.50.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.50.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"product": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"product_id": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.50.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"product_id": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.50.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.50.1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.50.1.el10_0.src",
"product": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.src",
"product_id": "kernel-0:6.12.0-55.50.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.50.1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.src",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.src",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.src",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.50.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.50.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-38499",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-08-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387670"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in clone_private_mount in fs/namespace.c in filesystem subsystem in the Linux Kernel.This flaw could allow a local attacker to crash the system or leak kernel internal information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "clone_private_mount() lacked a ns_capable(..., CAP_SYS_ADMIN) check for the user namespace that owns the target mount namespace. A local attacker in a user/mount namespace could privately clone a mount and expose content hidden by mounts they are not allowed to undo, effectively bypassing mount policy (confidentiality impact and sometimes integrity too).",
"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": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38499"
},
{
"category": "external",
"summary": "RHBZ#2387670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387670"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38499"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081112-CVE-2025-38499-4572@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081112-CVE-2025-38499-4572@gregkh/T"
}
],
"release_date": "2025-08-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T05:39:46+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": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23250"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns"
},
{
"cve": "CVE-2025-39966",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404107"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iommufd: Fix race during abort for file descriptors",
"title": "Vulnerability summary"
},
{
"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": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39966"
},
{
"category": "external",
"summary": "RHBZ#2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39966"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T05:39:46+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": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23250"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iommufd: Fix race during abort for file descriptors"
},
{
"cve": "CVE-2025-39984",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404111"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in tun_get_user in drivers/net/tun.c in network TUNnel module in Linux kernel. This flaw could allow an attacker to crash the system at device disconnect. This vulnerability could even lead to a kernel information leak problem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: tun: Update napi-\u003eskb after XDP process",
"title": "Vulnerability summary"
},
{
"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": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39984"
},
{
"category": "external",
"summary": "RHBZ#2404111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39984"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39984",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39984"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39984-2d3f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39984-2d3f@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T05:39:46+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": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23250"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently\navailable options don\u0027t meet the Red Hat Product Security criteria\ncomprising ease of use and deployment, applicability to widespread\ninstallation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.50.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.50.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.50.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: tun: Update napi-\u003eskb after XDP process"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.